9. Retrieving resources
Fetching calendar object resources is carried out by using a CalWS-SOAP fetchItem request with an href specifying the entity to be fetched. The response will contain the calendaring entity with any related overrides.
Field | Type | # | ? | Description |
---|---|---|---|---|
href | string | 1 | Y | Identify the target of the request. |
The service will respond with a FetchItemResponseType containing either the change token, its href and the entity or an error response.
Field | Type | # | ? | Description |
---|---|---|---|---|
changeToken | string | 0..1 | N | The change token for the fetched entity |
href | string | 1 | Y | Identify the entity. |
icalendar | xcal:IcalendarType | 0..1 | N | The fetched entity |